home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 102 / Computer Shopper 102 / Computer SHOPPER_102.iso / multimed.ia / violent / shared.dir / 00564.ls < prev    next >
Encoding:
Text File  |  1996-04-15  |  415 b   |  17 lines

  1. on mouseUp
  2.   global gChapter, gSection, gPage, gMaxPage, gPicture, gSeparator
  3.   set gPicture to 0
  4.   set gPage to gPage + 1
  5.   if gPage <= gMaxPage then
  6.     putOn(gPage)
  7.   end if
  8.   set the blend of sprite the clickOn to 30
  9.   cleanChannels(5, 21)
  10.   updateStage()
  11.   if gPage <= gMaxPage then
  12.     go(string(gChapter) & "." & string(gSection) & "." & string(gPage))
  13.   else
  14.     go(1, string(gChapter) & "-0")
  15.   end if
  16. end
  17.